[][src]Crate esp8266_hal

Re-exports

pub use embedded_hal as ehal;
pub use esp8266 as target;

Modules

dport
exception

Exception handling

gpio
interrupt
prelude

The prelude.

rng
rtccntl
spi
time

Time units

timer
uart

UART peripheral control.

watchdog

Attribute Macros

entry

Marks a function as the main function to be called on program start

exception

Marks a function as the exception handler

interrupt

Marks a function as an interrupt handler

ram

This attribute allows placing statics, constants and functions into ram.